From: Olaf Hering Date: Tue, 7 Oct 2014 08:51:31 +0000 (+0200) Subject: Fix comment typo in m4/paths.m4 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4221 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=4b4faf310a73c12c08a4961ebb94cb89e2b20566;p=xen.git Fix comment typo in m4/paths.m4 Please rerun autogen.sh after applying this patch. Signed-off-by: Olaf Hering Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu Acked-by: Ian Campbell --- diff --git a/configure b/configure index 9020df3aa9..98a73d4b04 100755 --- a/configure +++ b/configure @@ -1294,7 +1294,7 @@ Optional Packages: --with-sysconfig-leaf-dir=SUBDIR Name of subdirectory in /etc to store runtime options for runlevel scripts and daemons such as - xenstoerd. This should be either "sysconfig" or + xenstored. This should be either "sysconfig" or "default". [sysconfig] Report bugs to . diff --git a/m4/paths.m4 b/m4/paths.m4 index b35596ce5b..7ede5bdb35 100644 --- a/m4/paths.m4 +++ b/m4/paths.m4 @@ -54,7 +54,7 @@ AC_ARG_WITH([initddir], AC_ARG_WITH([sysconfig-leaf-dir], AS_HELP_STRING([--with-sysconfig-leaf-dir=SUBDIR], [Name of subdirectory in /etc to store runtime options for runlevel - scripts and daemons such as xenstoerd. + scripts and daemons such as xenstored. This should be either "sysconfig" or "default". [sysconfig]]), [config_leaf_dir=$withval], [config_leaf_dir=sysconfig diff --git a/tools/configure b/tools/configure index 446f707865..db73fba2a4 100755 --- a/tools/configure +++ b/tools/configure @@ -1480,7 +1480,7 @@ Optional Packages: --with-sysconfig-leaf-dir=SUBDIR Name of subdirectory in /etc to store runtime options for runlevel scripts and daemons such as - xenstoerd. This should be either "sysconfig" or + xenstored. This should be either "sysconfig" or "default". [sysconfig] --with-linux-backend-modules="mod1 mod2" List of Linux backend module or modalias names to be